DataSource for Entity Framework in WPF
C1.LiveLinq.Collections Namespace / IndexedCollection<T> Class / Indexes Property

In This Topic
    Indexes Property (IndexedCollection<T>)
    In This Topic
    The collection of indexes for this IndexedCollection<T>
    Syntax
    'Declaration
     
    Public ReadOnly Property Indexes As IndexCollection(Of T)
    public IndexCollection<T> Indexes {get;}
    See Also